d26a6df8749ada09d49ab504fbaa5fd5edd435a1,portal-impl/src/com/liferay/portal/velocity/VelocityVariables.java,VelocityVariables,insertHelperUtilities,#VelocityContext#String[]#,107

Before Change



		ServiceLocator serviceLocator = ServiceLocator.getInstance();

		vc.put("expandoColumnService",
			(ExpandoColumnService)Proxy.newProxyInstance(
				ExpandoColumnService.class.getClassLoader(),
				new Class[] { ExpandoColumnService.class },
				new ExceptionSafeServiceHandler(serviceLocator.findService(
					ExpandoColumnService.class.getName()))));

		// Expando row service

After Change



		// Expando column service

		ServiceLocator serviceLocator = ServiceLocator.getInstance();

		vc.put(
			"expandoColumnService",
			serviceLocator.findExceptionSafeService(
				ExpandoColumnService.class));

		// Expando row service